ComponentOne ASP.NET MVC Controls
BindingName(String[]) Method

C1.Web.Mvc.Fluent Namespace > SunburstBuilder<T> Class > BindingName Method : BindingName(String[]) Method
The value
Sets the BindingName property.
Syntax
'Declaration
 
Public Overloads Function BindingName( _
   ByVal ParamArray names() As String _
) As SunburstBuilder(Of T)
public SunburstBuilder<T> BindingName( 
   params string[] names
)

Parameters

names
The value

Return Value

Current builder
Remarks
Gets or sets the name of the property that contains the name of the data item. It should be an array or a string.
See Also

Reference

SunburstBuilder<T> Class
SunburstBuilder<T> Members
Overload List